projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d060126
)
Seal center_allocation field in GtkAspectFrame.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:47 +0000
(11:03 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:47 +0000
(11:03 +0000)
svn path=/trunk/; revision=20554
gtk/gtkaspectframe.h
patch
|
blob
|
history
diff --git
a/gtk/gtkaspectframe.h
b/gtk/gtkaspectframe.h
index 5638bf5710042a83f7eb4ff5e124853e43c41880..3f8475273a91c0238929466b57cfcf8e10022515 100644
(file)
--- a/
gtk/gtkaspectframe.h
+++ b/
gtk/gtkaspectframe.h
@@
-57,7
+57,7
@@
struct _GtkAspectFrame
gfloat GSEAL(ratio);
gboolean GSEAL(obey_child);
- GtkAllocation
center_allocation
;
+ GtkAllocation
GSEAL (center_allocation)
;
};
struct _GtkAspectFrameClass